Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for download.docker.com #1

Merged
merged 4 commits into from
Jun 16, 2017
Merged

Adds support for download.docker.com #1

merged 4 commits into from
Jun 16, 2017

Conversation

seemethere
Copy link
Contributor

No description provided.

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>

# TODO: Once raspbian support is figured out we can remove from:
# HERE =========================================================
url="https://test.docker.com/"
apt_url="https://apt.dockerproject.org"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seemethere Maybe change apt_url to old_apt_url

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean we could, I'd rather not change the legacy things since they'll eventually be removed anyways.

@andrewhsu andrewhsu changed the title Adds support for download.docker.com WIP Adds support for download.docker.com Jun 16, 2017
@seemethere seemethere changed the title WIP Adds support for download.docker.com Adds support for download.docker.com Jun 16, 2017
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
@andrewhsu
Copy link
Contributor

LGTM

@andrewhsu andrewhsu merged commit 868abfe into docker:master Jun 16, 2017
@andrewhsu andrewhsu deleted the add_1706_changes branch June 16, 2017 22:58
thaJeztah added a commit to thaJeztah/docker-install that referenced this pull request Sep 4, 2024
The addrepo command has a bug that causes it to fail if the `.repo` file
contains empty lines, causing it to fail;

    dnf config-manager addrepo --from-repofile="https://download.docker.com/linux/fedora/docker-ce.repo"
    Error in added repository configuration file. Cannot set repository option "docker#1=
    ": Option "docker#1" not found

Use a temporary file and strip empty lines as a workaround until the bug
is fixed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah added a commit to thaJeztah/docker-install that referenced this pull request Sep 11, 2024
The addrepo command has a bug that causes it to fail if the `.repo` file
contains empty lines, causing it to fail;

    dnf config-manager addrepo --from-repofile="https://download.docker.com/linux/fedora/docker-ce.repo"
    Error in added repository configuration file. Cannot set repository option "docker#1=
    ": Option "docker#1" not found

Use a temporary file and strip empty lines as a workaround until the bug
is fixed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants